﻿2026-06-21T08:15:55.3300477Z Current runner version: '2.335.1'
2026-06-21T08:15:55.3305121Z Runner name: 'hfenduleam'
2026-06-21T08:15:55.3305590Z Runner group name: 'Default'
2026-06-21T08:15:55.3306066Z Machine name: 'HFENDULEAM'
2026-06-21T08:15:55.3307928Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T08:15:55.3309244Z Contents: read
2026-06-21T08:15:55.3309568Z Metadata: read
2026-06-21T08:15:55.3309924Z Packages: read
2026-06-21T08:15:55.3310257Z ##[endgroup]
2026-06-21T08:15:55.3311461Z Secret source: Actions
2026-06-21T08:15:55.3311884Z Prepare workflow directory
2026-06-21T08:15:55.3576860Z Prepare all required actions
2026-06-21T08:15:55.3601795Z Getting action download info
2026-06-21T08:15:57.2650118Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T08:15:57.8219804Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-21T08:15:57.8903535Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-06-21T08:15:57.8905017Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-06-21T08:15:57.8906172Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-06-21T08:15:57.8907219Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-06-21T08:15:57.8908044Z [36;1mexit 0[0m
2026-06-21T08:15:57.8985035Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T08:15:57.8986591Z ##[endgroup]
2026-06-21T08:15:58.2425126Z ##[group]Run actions/checkout@v5
2026-06-21T08:15:58.2425884Z with:
2026-06-21T08:15:58.2426400Z   fetch-depth: 0
2026-06-21T08:15:58.2426966Z   repository: SaberMage/spt-core
2026-06-21T08:15:58.2432372Z   token: ***
2026-06-21T08:15:58.2432912Z   ssh-strict: true
2026-06-21T08:15:58.2433463Z   ssh-user: git
2026-06-21T08:15:58.2434025Z   persist-credentials: true
2026-06-21T08:15:58.2434617Z   clean: true
2026-06-21T08:15:58.2435170Z   sparse-checkout-cone-mode: true
2026-06-21T08:15:58.2435815Z   fetch-tags: false
2026-06-21T08:15:58.2436382Z   show-progress: true
2026-06-21T08:15:58.2436994Z   lfs: false
2026-06-21T08:15:58.2437501Z   submodules: false
2026-06-21T08:15:58.2438075Z   set-safe-directory: true
2026-06-21T08:15:58.2438651Z ##[endgroup]
2026-06-21T08:15:58.4332202Z Syncing repository: SaberMage/spt-core
2026-06-21T08:15:58.4333875Z ##[group]Getting Git version info
2026-06-21T08:15:58.4334788Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T08:15:58.4598408Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T08:15:58.4804572Z git version 2.43.0.windows.1
2026-06-21T08:15:58.4835157Z ##[endgroup]
2026-06-21T08:15:58.4845169Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0e0da385-0463-4a5e-aa5e-a58527bbd1fc\.gitconfig'
2026-06-21T08:15:58.4860388Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0e0da385-0463-4a5e-aa5e-a58527bbd1fc' before making global git config changes
2026-06-21T08:15:58.4862257Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:15:58.4865476Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T08:15:58.5089912Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T08:15:58.5269687Z https://github.com/SaberMage/spt-core
2026-06-21T08:15:58.5296007Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T08:15:58.5301372Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T08:15:58.5488350Z HEAD
2026-06-21T08:15:58.5747650Z ##[endgroup]
2026-06-21T08:15:58.5749901Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T08:15:58.9337230Z ##[group]Cleaning the repository
2026-06-21T08:15:58.9340762Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T08:16:14.4046900Z Removing target/
2026-06-21T08:16:14.4085740Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T08:16:14.4485112Z HEAD is now at 62ed011 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:16:14.4523101Z ##[endgroup]
2026-06-21T08:16:14.4528425Z ##[group]Disabling automatic garbage collection
2026-06-21T08:16:14.4534197Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T08:16:14.4770684Z ##[endgroup]
2026-06-21T08:16:14.4771124Z ##[group]Setting up auth
2026-06-21T08:16:14.4777258Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:16:14.4991963Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T08:16:14.8714827Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:16:14.8943169Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T08:16:15.2664929Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:16:15.2906295Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T08:16:15.6494400Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T08:16:15.6774875Z ##[endgroup]
2026-06-21T08:16:15.6775266Z ##[group]Fetching the repository
2026-06-21T08:16:15.6782256Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +4e5e7a90411e0c993a872a6ec425c92242c4afd1:refs/remotes/pull/27/merge
2026-06-21T08:16:18.2712720Z From https://github.com/SaberMage/spt-core
2026-06-21T08:16:18.2713275Z  * [new branch]      pump-carrier-fix                         -> origin/pump-carrier-fix
2026-06-21T08:16:18.2713963Z    77378b1..e54bc51  wedge-trace-v4                           -> origin/wedge-trace-v4
2026-06-21T08:16:18.2714643Z  + 62ed011...4e5e7a9 4e5e7a90411e0c993a872a6ec425c92242c4afd1 -> pull/27/merge  (forced update)
2026-06-21T08:16:18.2852262Z ##[endgroup]
2026-06-21T08:16:18.2852704Z ##[group]Determining the checkout info
2026-06-21T08:16:18.2853061Z ##[endgroup]
2026-06-21T08:16:18.2860431Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T08:16:18.3146754Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T08:16:18.3373994Z ##[group]Checking out the ref
2026-06-21T08:16:18.3378231Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T08:16:18.3836787Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T08:16:18.3837203Z any of your branches:
2026-06-21T08:16:18.3837358Z 
2026-06-21T08:16:18.3837564Z   62ed011 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:16:18.3837882Z 
2026-06-21T08:16:18.3838038Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T08:16:18.3838347Z to do so with:
2026-06-21T08:16:18.3838457Z 
2026-06-21T08:16:18.3838553Z  git branch <new-branch-name> 62ed011
2026-06-21T08:16:18.3838696Z 
2026-06-21T08:16:18.3839079Z HEAD is now at 4e5e7a9 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:16:18.3862945Z ##[endgroup]
2026-06-21T08:16:18.4113660Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T08:16:18.4335368Z 4e5e7a90411e0c993a872a6ec425c92242c4afd1
2026-06-21T08:16:18.4616221Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T08:16:18.4616572Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T08:16:18.4616810Z [36;1m$PIN = "0c95435"[0m
2026-06-21T08:16:18.4617038Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T08:16:18.4617333Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T08:16:18.4617697Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T08:16:18.4618097Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T08:16:18.4618447Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T08:16:18.4618727Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T08:16:18.4618981Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T08:16:18.4619268Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T08:16:18.4619640Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T08:16:18.4619900Z [36;1m}[0m
2026-06-21T08:16:18.4620092Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T08:16:18.4620380Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T08:16:18.4696879Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T08:16:18.4697156Z ##[endgroup]
2026-06-21T08:16:19.4812107Z    Compiling proc-macro2 v1.0.106
2026-06-21T08:16:19.4812460Z    Compiling quote v1.0.45
2026-06-21T08:16:19.4812696Z    Compiling unicode-ident v1.0.24
2026-06-21T08:16:19.4812922Z    Compiling cfg-if v1.0.4
2026-06-21T08:16:19.4813184Z    Compiling serde_core v1.0.228
2026-06-21T08:16:19.4813468Z    Compiling serde v1.0.228
2026-06-21T08:16:19.4813846Z    Compiling windows-link v0.2.1
2026-06-21T08:16:19.4814329Z    Compiling typenum v1.20.1
2026-06-21T08:16:19.4814725Z    Compiling getrandom v0.3.4
2026-06-21T08:16:19.4815157Z    Compiling portable-atomic v1.13.1
2026-06-21T08:16:19.4815712Z    Compiling pin-project-lite v0.2.17
2026-06-21T08:16:19.4816131Z    Compiling version_check v0.9.5
2026-06-21T08:16:19.4816530Z    Compiling shlex v2.0.1
2026-06-21T08:16:19.4817057Z    Compiling memchr v2.8.1
2026-06-21T08:16:19.4818644Z    Compiling find-msvc-tools v0.1.9
2026-06-21T08:16:19.4819423Z    Compiling critical-section v1.2.0
2026-06-21T08:16:19.5837272Z    Compiling windows-sys v0.61.2
2026-06-21T08:16:19.6130568Z    Compiling subtle v2.6.1
2026-06-21T08:16:19.6131451Z    Compiling futures-core v0.3.32
2026-06-21T08:16:19.6204513Z    Compiling equivalent v1.0.2
2026-06-21T08:16:19.6772354Z    Compiling smallvec v1.15.1
2026-06-21T08:16:19.7400751Z    Compiling itoa v1.0.18
2026-06-21T08:16:19.8202521Z    Compiling bytes v1.11.1
2026-06-21T08:16:19.8202953Z    Compiling semver v1.0.28
2026-06-21T08:16:19.8486141Z    Compiling stable_deref_trait v1.2.1
2026-06-21T08:16:19.8774513Z    Compiling log v0.4.32
2026-06-21T08:16:19.9439075Z    Compiling generic-array v0.14.7
2026-06-21T08:16:19.9439727Z    Compiling futures-sink v0.3.32
2026-06-21T08:16:20.0146316Z    Compiling rustc_version v0.4.1
2026-06-21T08:16:20.0698519Z    Compiling slab v0.4.12
2026-06-21T08:16:20.0834074Z    Compiling futures-io v0.3.32
2026-06-21T08:16:20.1176075Z    Compiling futures-channel v0.3.32
2026-06-21T08:16:20.1517935Z    Compiling hashbrown v0.17.1
2026-06-21T08:16:20.1685655Z    Compiling rustversion v1.0.22
2026-06-21T08:16:20.4381319Z    Compiling futures-task v0.3.32
2026-06-21T08:16:20.4410426Z    Compiling getrandom v0.2.17
2026-06-21T08:16:20.4561825Z    Compiling cpufeatures v0.2.17
2026-06-21T08:16:20.5326941Z    Compiling fnv v1.0.7
2026-06-21T08:16:20.5362124Z    Compiling libc v0.2.186
2026-06-21T08:16:20.5831030Z    Compiling strsim v0.11.1
2026-06-21T08:16:20.5832364Z    Compiling cfg_aliases v0.2.1
2026-06-21T08:16:20.6234309Z    Compiling rand_core v0.10.1
2026-06-21T08:16:20.8101624Z    Compiling indexmap v2.14.0
2026-06-21T08:16:21.7314728Z    Compiling writeable v0.6.3
2026-06-21T08:16:21.7760786Z    Compiling jobserver v0.1.34
2026-06-21T08:16:21.8378327Z    Compiling autocfg v1.5.1
2026-06-21T08:16:21.8409502Z    Compiling litemap v0.8.2
2026-06-21T08:16:21.8419938Z    Compiling dunce v1.0.5
2026-06-21T08:16:21.8629355Z    Compiling fs_extra v1.3.0
2026-06-21T08:16:21.8888801Z    Compiling icu_properties_data v2.2.0
2026-06-21T08:16:21.9604421Z    Compiling ident_case v1.0.1
2026-06-21T08:16:21.9730283Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T08:16:22.0512414Z    Compiling cc v1.2.63
2026-06-21T08:16:22.0902890Z    Compiling utf8_iter v1.0.4
2026-06-21T08:16:22.1136304Z    Compiling getrandom v0.4.2
2026-06-21T08:16:22.1560548Z    Compiling percent-encoding v2.3.2
2026-06-21T08:16:22.2460323Z    Compiling http v1.4.1
2026-06-21T08:16:22.2812786Z    Compiling cpufeatures v0.3.0
2026-06-21T08:16:22.3529764Z    Compiling unicode-segmentation v1.13.3
2026-06-21T08:16:22.3870414Z    Compiling thiserror v2.0.18
2026-06-21T08:16:22.3883487Z    Compiling aws-lc-rs v1.17.0
2026-06-21T08:16:22.4420599Z    Compiling syn v2.0.117
2026-06-21T08:16:22.4780406Z    Compiling crypto-common v0.1.7
2026-06-21T08:16:22.5476911Z    Compiling scopeguard v1.2.0
2026-06-21T08:16:22.5509051Z    Compiling block-buffer v0.10.4
2026-06-21T08:16:22.5756465Z    Compiling chacha20 v0.10.0
2026-06-21T08:16:22.5952368Z    Compiling form_urlencoded v1.2.2
2026-06-21T08:16:22.6009394Z    Compiling winapi v0.3.9
2026-06-21T08:16:22.6111073Z    Compiling bitflags v2.12.1
2026-06-21T08:16:22.6187847Z    Compiling untrusted v0.9.0
2026-06-21T08:16:22.6564417Z    Compiling lock_api v0.4.14
2026-06-21T08:16:22.7005804Z    Compiling digest v0.10.7
2026-06-21T08:16:22.7527974Z    Compiling num-traits v0.2.19
2026-06-21T08:16:22.7689596Z    Compiling windows-result v0.4.1
2026-06-21T08:16:22.8154217Z    Compiling rand v0.10.1
2026-06-21T08:16:22.8321575Z    Compiling windows-strings v0.5.1
2026-06-21T08:16:22.8580410Z    Compiling rustls v0.23.40
2026-06-21T08:16:22.8840164Z    Compiling heck v0.5.0
2026-06-21T08:16:22.8900385Z    Compiling convert_case v0.10.0
2026-06-21T08:16:22.9464255Z    Compiling cmake v0.1.58
2026-06-21T08:16:22.9802236Z    Compiling atomic-waker v1.1.2
2026-06-21T08:16:23.0474115Z    Compiling anyhow v1.0.102
2026-06-21T08:16:23.1191732Z    Compiling const-oid v0.10.2
2026-06-21T08:16:23.1462480Z    Compiling unicode-xid v0.2.6
2026-06-21T08:16:23.1768749Z    Compiling parking_lot_core v0.9.12
2026-06-21T08:16:23.2493846Z    Compiling httparse v1.10.1
2026-06-21T08:16:23.3241733Z    Compiling zerocopy v0.8.50
2026-06-21T08:16:23.3242891Z    Compiling http-body v1.0.1
2026-06-21T08:16:23.3538384Z    Compiling curve25519-dalek v4.1.3
2026-06-21T08:16:23.3973198Z    Compiling hybrid-array v0.4.12
2026-06-21T08:16:23.4345469Z    Compiling ahash v0.8.12
2026-06-21T08:16:23.5237989Z    Compiling either v1.16.0
2026-06-21T08:16:23.5596886Z    Compiling powerfmt v0.2.0
2026-06-21T08:16:23.6580070Z    Compiling base64ct v1.8.3
2026-06-21T08:16:23.7024067Z    Compiling fastrand v2.4.1
2026-06-21T08:16:23.8164649Z    Compiling deranged v0.5.8
2026-06-21T08:16:23.8708728Z    Compiling rand_core v0.6.4
2026-06-21T08:16:23.8902950Z    Compiling try-lock v0.2.5
2026-06-21T08:16:23.9663829Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T08:16:23.9664312Z    Compiling tinyvec_macros v0.1.1
2026-06-21T08:16:24.0007309Z    Compiling num-conv v0.2.2
2026-06-21T08:16:24.0606476Z    Compiling zmij v1.0.21
2026-06-21T08:16:24.0606942Z    Compiling data-encoding v2.11.0
2026-06-21T08:16:24.0815954Z    Compiling vcpkg v0.2.15
2026-06-21T08:16:24.1497401Z    Compiling base64 v0.22.1
2026-06-21T08:16:24.2188010Z    Compiling aws-lc-sys v0.41.0
2026-06-21T08:16:24.2860491Z    Compiling ring v0.17.14
2026-06-21T08:16:24.3147926Z    Compiling pkg-config v0.3.33
2026-06-21T08:16:24.3255035Z    Compiling tower-service v0.3.3
2026-06-21T08:16:24.3703308Z    Compiling time-core v0.1.8
2026-06-21T08:16:24.4417610Z    Compiling parking_lot v0.12.5
2026-06-21T08:16:24.4749212Z    Compiling tinyvec v1.11.0
2026-06-21T08:16:24.5240366Z    Compiling block-buffer v0.12.0
2026-06-21T08:16:24.5587414Z    Compiling crypto-common v0.2.2
2026-06-21T08:16:24.5946949Z    Compiling want v0.3.1
2026-06-21T08:16:24.6125433Z    Compiling sha2 v0.10.9
2026-06-21T08:16:24.7821560Z    Compiling vergen-lib v9.1.0
2026-06-21T08:16:24.8474254Z    Compiling inout v0.1.4
2026-06-21T08:16:24.9839898Z    Compiling n0-future v0.3.2
2026-06-21T08:16:25.0514663Z    Compiling signature v2.2.0
2026-06-21T08:16:25.0877150Z    Compiling parking v2.2.1
2026-06-21T08:16:25.0950866Z    Compiling cordyceps v0.3.4
2026-06-21T08:16:25.1161765Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T08:16:25.1278466Z    Compiling spin v0.10.0
2026-06-21T08:16:25.1654839Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T08:16:25.3100318Z    Compiling serde_json v1.0.150
2026-06-21T08:16:25.3102355Z    Compiling winnow v1.0.3
2026-06-21T08:16:25.3447024Z    Compiling crossbeam-utils v0.8.21
2026-06-21T08:16:25.3848512Z    Compiling httpdate v1.0.3
2026-06-21T08:16:25.4839425Z    Compiling diatomic-waker v0.2.3
2026-06-21T08:16:25.5531161Z    Compiling digest v0.11.3
2026-06-21T08:16:25.6163092Z    Compiling futures-buffered v0.2.13
2026-06-21T08:16:25.6342434Z    Compiling futures-lite v2.6.1
2026-06-21T08:16:25.6748060Z    Compiling ed25519 v2.2.3
2026-06-21T08:16:25.7512654Z    Compiling cipher v0.4.4
2026-06-21T08:16:25.9136833Z    Compiling vergen-lib v0.1.6
2026-06-21T08:16:25.9292263Z    Compiling vergen v9.1.0
2026-06-21T08:16:25.9978827Z    Compiling universal-hash v0.5.1
2026-06-21T08:16:26.0441070Z    Compiling noq-udp v0.10.0
2026-06-21T08:16:26.0519519Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T08:16:26.1979748Z    Compiling heapless v0.7.17
2026-06-21T08:16:26.2088359Z    Compiling sync_wrapper v1.0.2
2026-06-21T08:16:26.2923728Z    Compiling opaque-debug v0.3.1
2026-06-21T08:16:26.3773415Z    Compiling byteorder v1.5.0
2026-06-21T08:16:26.4349104Z    Compiling synstructure v0.13.2
2026-06-21T08:16:26.4683418Z    Compiling darling_core v0.20.11
2026-06-21T08:16:26.4922844Z    Compiling allocator-api2 v0.2.21
2026-06-21T08:16:26.4923367Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T08:16:26.5067155Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T08:16:26.5670817Z    Compiling hash32 v0.2.1
2026-06-21T08:16:26.7408921Z    Compiling polyval v0.6.2
2026-06-21T08:16:26.8294345Z    Compiling socket2 v0.6.4
2026-06-21T08:16:26.8329330Z    Compiling mio v1.2.1
2026-06-21T08:16:26.8710734Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T08:16:26.9794359Z    Compiling spin v0.9.8
2026-06-21T08:16:27.1677982Z    Compiling vergen-gitcl v1.0.8
2026-06-21T08:16:27.2324879Z    Compiling windows-threading v0.2.1
2026-06-21T08:16:27.2449099Z    Compiling ryu v1.0.23
2026-06-21T08:16:27.3386204Z    Compiling tower-layer v0.3.3
2026-06-21T08:16:27.4140865Z    Compiling fallible-iterator v0.3.0
2026-06-21T08:16:27.5013987Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T08:16:27.5139234Z    Compiling signature v3.0.0
2026-06-21T08:16:27.5310228Z    Compiling proc-macro-crate v3.5.0
2026-06-21T08:16:27.6432042Z    Compiling ghash v0.5.1
2026-06-21T08:16:27.6734007Z    Compiling windows-targets v0.52.6
2026-06-21T08:16:27.6927710Z    Compiling ctr v0.9.2
2026-06-21T08:16:27.7808454Z    Compiling aes v0.8.4
2026-06-21T08:16:27.7976526Z    Compiling fs2 v0.4.3
2026-06-21T08:16:27.7976966Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T08:16:27.8791794Z    Compiling time v0.3.47
2026-06-21T08:16:28.0182271Z    Compiling http-body-util v0.1.3
2026-06-21T08:16:28.0995644Z    Compiling aead v0.5.2
2026-06-21T08:16:28.1679764Z    Compiling ipconfig v0.3.4
2026-06-21T08:16:28.2851268Z    Compiling widestring v1.2.1
2026-06-21T08:16:28.2981901Z    Compiling aes-gcm v0.10.3
2026-06-21T08:16:28.3140445Z    Compiling windows-sys v0.59.0
2026-06-21T08:16:28.3386527Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T08:16:28.3750563Z    Compiling crossbeam-channel v0.5.15
2026-06-21T08:16:28.3958538Z    Compiling blake3 v1.8.5
2026-06-21T08:16:28.5344365Z    Compiling windows-registry v0.6.1
2026-06-21T08:16:28.5783433Z    Compiling uuid v1.23.2
2026-06-21T08:16:28.6495619Z    Compiling memoffset v0.6.5
2026-06-21T08:16:28.8150550Z    Compiling netwatch v0.16.0
2026-06-21T08:16:28.8436282Z    Compiling noq v0.18.0
2026-06-21T08:16:28.9645552Z    Compiling acto v0.8.2
2026-06-21T08:16:28.9775517Z    Compiling foldhash v0.2.0
2026-06-21T08:16:29.0065332Z    Compiling rustc-hash v2.1.2
2026-06-21T08:16:29.0121140Z    Compiling ref-cast v1.0.25
2026-06-21T08:16:29.0287654Z    Compiling serde_derive v1.0.228
2026-06-21T08:16:29.1103335Z    Compiling zeroize_derive v1.4.3
2026-06-21T08:16:29.1479416Z    Compiling zerofrom-derive v0.1.7
2026-06-21T08:16:29.1479964Z    Compiling yoke-derive v0.8.2
2026-06-21T08:16:29.1826951Z    Compiling tokio-macros v2.7.0
2026-06-21T08:16:29.1855761Z    Compiling futures-macro v0.3.32
2026-06-21T08:16:29.2089316Z    Compiling zerovec-derive v0.11.3
2026-06-21T08:16:29.2197977Z    Compiling displaydoc v0.2.6
2026-06-21T08:16:29.2662723Z    Compiling tracing-attributes v0.1.31
2026-06-21T08:16:29.5366146Z    Compiling thiserror-impl v2.0.18
2026-06-21T08:16:29.7166378Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T08:16:29.8104172Z    Compiling zeroize v1.8.2
2026-06-21T08:16:30.0353011Z    Compiling tokio v1.52.3
2026-06-21T08:16:30.1035585Z    Compiling rustls-pki-types v1.14.1
2026-06-21T08:16:30.1385500Z    Compiling darling_macro v0.20.11
2026-06-21T08:16:30.1668799Z    Compiling futures-util v0.3.32
2026-06-21T08:16:30.1906869Z    Compiling derive_more-impl v2.1.1
2026-06-21T08:16:30.1936887Z    Compiling windows-interface v0.59.3
2026-06-21T08:16:30.5371188Z    Compiling spez v0.1.2
2026-06-21T08:16:30.6102350Z    Compiling n0-error-macros v0.1.3
2026-06-21T08:16:30.6468975Z    Compiling windows-implement v0.60.2
2026-06-21T08:16:30.6923094Z    Compiling darling v0.20.11
2026-06-21T08:16:30.8867034Z    Compiling zerofrom v0.1.8
2026-06-21T08:16:30.8883010Z    Compiling der v0.8.0-rc.10
2026-06-21T08:16:31.0147423Z    Compiling derive_builder_core v0.20.2
2026-06-21T08:16:31.0506105Z    Compiling pin-project-internal v1.1.13
2026-06-21T08:16:31.0931614Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T08:16:31.1323681Z    Compiling postcard-derive v0.2.2
2026-06-21T08:16:31.1965107Z    Compiling yoke v0.8.3
2026-06-21T08:16:31.5031804Z    Compiling cobs v0.3.0
2026-06-21T08:16:31.5278333Z    Compiling zerovec v0.11.6
2026-06-21T08:16:31.6553438Z    Compiling zerotrie v0.2.4
2026-06-21T08:16:31.6628861Z    Compiling windows-core v0.62.2
2026-06-21T08:16:31.7747896Z    Compiling data-encoding-macro v0.1.20
2026-06-21T08:16:31.9369224Z    Compiling strum_macros v0.28.0
2026-06-21T08:16:32.0330093Z    Compiling n0-error v0.1.3
2026-06-21T08:16:32.1286266Z    Compiling tinystr v0.8.3
2026-06-21T08:16:32.2224181Z    Compiling potential_utf v0.1.5
2026-06-21T08:16:32.2316661Z    Compiling derive_builder_macro v0.20.2
2026-06-21T08:16:32.2408702Z    Compiling spki v0.8.0-rc.4
2026-06-21T08:16:32.2559169Z    Compiling ed25519-dalek v2.2.0
2026-06-21T08:16:32.3663405Z    Compiling icu_locale_core v2.2.0
2026-06-21T08:16:32.4436317Z    Compiling icu_collections v2.2.0
2026-06-21T08:16:32.4633868Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T08:16:32.5139260Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T08:16:32.5371295Z    Compiling pin-project v1.1.13
2026-06-21T08:16:32.6031653Z    Compiling windows-future v0.3.2
2026-06-21T08:16:32.6789540Z    Compiling derive_builder v0.20.2
2026-06-21T08:16:32.6926453Z    Compiling windows-collections v0.3.2
2026-06-21T08:16:32.6946112Z    Compiling windows-numerics v0.3.1
2026-06-21T08:16:32.8061317Z    Compiling async-trait v0.1.89
2026-06-21T08:16:32.8778267Z    Compiling enum-assoc v1.3.0
2026-06-21T08:16:32.9868642Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T08:16:33.2794645Z    Compiling futures-executor v0.3.32
2026-06-21T08:16:33.3391915Z    Compiling windows v0.62.2
2026-06-21T08:16:33.3542049Z    Compiling icu_provider v2.2.0
2026-06-21T08:16:33.4338014Z    Compiling futures v0.3.32
2026-06-21T08:16:33.5270135Z    Compiling num_enum_derive v0.7.6
2026-06-21T08:16:33.5372054Z    Compiling lru-slab v0.1.2
2026-06-21T08:16:33.6008126Z    Compiling xml-rs v0.8.28
2026-06-21T08:16:33.7048141Z    Compiling icu_normalizer v2.2.0
2026-06-21T08:16:33.7125499Z    Compiling icu_properties v2.2.0
2026-06-21T08:16:33.8627285Z    Compiling ipnet v2.12.0
2026-06-21T08:16:34.1286752Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T08:16:34.2859511Z    Compiling once_cell v1.21.4
2026-06-21T08:16:34.3793468Z    Compiling prefix-trie v0.8.4
2026-06-21T08:16:34.5557263Z    Compiling tracing-core v0.1.36
2026-06-21T08:16:34.5743955Z    Compiling tokio-util v0.7.18
2026-06-21T08:16:34.5935492Z    Compiling derive_more v2.1.1
2026-06-21T08:16:34.6258678Z    Compiling postcard v1.1.3
2026-06-21T08:16:34.6982964Z    Compiling tower v0.5.3
2026-06-21T08:16:34.7584433Z    Compiling chrono v0.4.45
2026-06-21T08:16:34.7895525Z    Compiling thiserror v1.0.69
2026-06-21T08:16:34.8821207Z    Compiling hashbrown v0.14.5
2026-06-21T08:16:34.9833710Z    Compiling tracing v0.1.44
2026-06-21T08:16:35.0505096Z    Compiling idna_adapter v1.2.2
2026-06-21T08:16:35.1251134Z    Compiling tagptr v0.2.0
2026-06-21T08:16:35.2124120Z    Compiling idna v1.1.0
2026-06-21T08:16:35.2181353Z    Compiling mac-addr v0.3.0
2026-06-21T08:16:35.2513866Z    Compiling identity-hash v0.1.0
2026-06-21T08:16:35.4043748Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T08:16:35.4711649Z    Compiling h2 v0.4.14
2026-06-21T08:16:35.5131111Z    Compiling url v2.5.8
2026-06-21T08:16:35.5461457Z    Compiling hashlink v0.9.1
2026-06-21T08:16:35.5510233Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T08:16:35.5624850Z    Compiling n0-watcher v0.6.1
2026-06-21T08:16:35.5924852Z    Compiling iroh-metrics v0.38.3
2026-06-21T08:16:35.6426207Z    Compiling netdev v0.42.0
2026-06-21T08:16:35.6427996Z    Compiling tokio-stream v0.1.18
2026-06-21T08:16:35.8376655Z    Compiling rusqlite v0.32.1
2026-06-21T08:16:35.8873313Z    Compiling moka v0.12.15
2026-06-21T08:16:36.0901267Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T08:16:36.1872701Z    Compiling iroh-base v0.98.0
2026-06-21T08:16:36.2524474Z    Compiling attohttpc v0.30.1
2026-06-21T08:16:36.3074986Z    Compiling tower-http v0.6.11
2026-06-21T08:16:36.4759012Z    Compiling num_enum v0.7.6
2026-06-21T08:16:36.4768251Z    Compiling strum v0.28.0
2026-06-21T08:16:36.4852202Z    Compiling iroh-relay v0.98.0
2026-06-21T08:16:36.5644760Z    Compiling xmltree v0.10.3
2026-06-21T08:16:36.7668200Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T08:16:36.7669719Z    Compiling toml_datetime v0.6.11
2026-06-21T08:16:36.8098484Z    Compiling serde_spanned v0.6.9
2026-06-21T08:16:37.0119272Z    Compiling hashbrown v0.16.1
2026-06-21T08:16:37.0231160Z    Compiling thiserror-impl v1.0.69
2026-06-21T08:16:37.0390366Z    Compiling ref-cast-impl v1.0.25
2026-06-21T08:16:37.1355155Z    Compiling serde_derive_internals v0.29.1
2026-06-21T08:16:37.2778387Z    Compiling simple-dns v0.9.3
2026-06-21T08:16:37.6189077Z    Compiling serial-core v0.4.0
2026-06-21T08:16:37.7428887Z    Compiling aho-corasick v1.1.4
2026-06-21T08:16:37.8181978Z    Compiling regex-syntax v0.8.10
2026-06-21T08:16:37.8843384Z    Compiling simdutf8 v0.1.5
2026-06-21T08:16:37.9231839Z    Compiling arrayref v0.3.9
2026-06-21T08:16:38.0308144Z    Compiling winreg v0.10.1
2026-06-21T08:16:38.1162072Z    Compiling smol_str v0.1.24
2026-06-21T08:16:38.1995077Z    Compiling constant_time_eq v0.4.2
2026-06-21T08:16:38.2863665Z    Compiling winnow v0.7.15
2026-06-21T08:16:38.2897463Z    Compiling sha1_smol v1.0.1
2026-06-21T08:16:38.3582090Z    Compiling arrayvec v0.7.6
2026-06-21T08:16:38.4335956Z    Compiling toml_write v0.1.2
2026-06-21T08:16:38.4337111Z    Compiling resolv-conf v0.7.6
2026-06-21T08:16:38.4964273Z    Compiling schemars_derive v1.2.1
2026-06-21T08:16:38.6015846Z    Compiling iroh-dns v0.98.0
2026-06-21T08:16:38.6804680Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T08:16:39.2600920Z    Compiling hyper v1.10.1
2026-06-21T08:16:39.3662699Z    Compiling serial-windows v0.4.0
2026-06-21T08:16:39.4280416Z    Compiling lru v0.16.4
2026-06-21T08:16:39.6046283Z    Compiling webpki-roots v1.0.7
2026-06-21T08:16:39.6299349Z    Compiling seize v0.5.1
2026-06-21T08:16:39.7297536Z    Compiling darling_core v0.23.0
2026-06-21T08:16:39.7747874Z    Compiling hmac v0.12.1
2026-06-21T08:16:39.9381507Z    Compiling regex-automata v0.4.14
2026-06-21T08:16:39.9475068Z    Compiling iroh v0.98.2
2026-06-21T08:16:40.1379334Z    Compiling toml_edit v0.22.27
2026-06-21T08:16:40.2418549Z    Compiling serde_bytes v0.11.19
2026-06-21T08:16:40.3149920Z    Compiling pin-utils v0.1.0
2026-06-21T08:16:40.3192785Z    Compiling utf8parse v0.2.2
2026-06-21T08:16:40.4341257Z    Compiling bitflags v1.3.2
2026-06-21T08:16:40.4495689Z    Compiling dyn-clone v1.0.20
2026-06-21T08:16:40.4729187Z    Compiling anstyle v1.0.14
2026-06-21T08:16:40.5562660Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T08:16:40.5621234Z    Compiling cmov v0.5.4
2026-06-21T08:16:40.5704462Z    Compiling lazy_static v1.5.0
2026-06-21T08:16:40.6401546Z    Compiling hyper-util v0.1.20
2026-06-21T08:16:40.6850445Z    Compiling shared_library v0.1.9
2026-06-21T08:16:40.7119113Z    Compiling anstyle-wincon v3.0.11
2026-06-21T08:16:40.7507975Z    Compiling schemars v1.2.1
2026-06-21T08:16:40.8256002Z    Compiling ctutils v0.4.2
2026-06-21T08:16:41.0542412Z    Compiling nix v0.25.1
2026-06-21T08:16:41.0719918Z    Compiling anstyle-parse v1.0.0
2026-06-21T08:16:41.1564304Z    Compiling hkdf v0.12.4
2026-06-21T08:16:41.1886596Z    Compiling papaya v0.2.4
2026-06-21T08:16:41.2938135Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T08:16:41.3075801Z    Compiling serial v0.4.0
2026-06-21T08:16:41.4155394Z    Compiling filedescriptor v0.8.3
2026-06-21T08:16:41.4473231Z    Compiling backon v1.6.0
2026-06-21T08:16:41.6633866Z    Compiling anstyle-query v1.1.5
2026-06-21T08:16:41.6937384Z    Compiling paste v1.0.15
2026-06-21T08:16:41.7141196Z    Compiling downcast-rs v1.2.1
2026-06-21T08:16:41.7955266Z    Compiling shell-words v1.1.1
2026-06-21T08:16:41.8190909Z    Compiling foldhash v0.1.5
2026-06-21T08:16:41.8474277Z    Compiling instability v0.3.12
2026-06-21T08:16:41.8802001Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T08:16:42.0253541Z    Compiling igd-next v0.17.1
2026-06-21T08:16:42.0298987Z    Compiling colorchoice v1.0.5
2026-06-21T08:16:42.0395563Z    Compiling hashbrown v0.15.5
2026-06-21T08:16:42.0478809Z    Compiling portable-pty v0.8.1
2026-06-21T08:16:42.1492662Z    Compiling regex v1.12.3
2026-06-21T08:16:42.1739352Z    Compiling toml v0.8.23
2026-06-21T08:16:42.2283607Z    Compiling anstream v1.0.0
2026-06-21T08:16:42.3322810Z    Compiling spake2 v0.4.0
2026-06-21T08:16:42.7035816Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T08:16:42.7114962Z    Compiling strum_macros v0.26.4
2026-06-21T08:16:42.7378857Z    Compiling terminal_size v0.4.4
2026-06-21T08:16:42.7838597Z    Compiling crossterm_winapi v0.9.1
2026-06-21T08:16:42.9189744Z    Compiling itertools v0.13.0
2026-06-21T08:16:43.1023019Z    Compiling sha1 v0.10.6
2026-06-21T08:16:43.1627343Z    Compiling darling_macro v0.23.0
2026-06-21T08:16:43.2106907Z    Compiling castaway v0.2.4
2026-06-21T08:16:43.2119724Z    Compiling wmi v0.18.4
2026-06-21T08:16:43.3282503Z    Compiling unicode-width v0.1.14
2026-06-21T08:16:43.3803250Z    Compiling recvmsg v1.0.0
2026-06-21T08:16:43.3895187Z    Compiling static_assertions v1.1.0
2026-06-21T08:16:43.4822890Z    Compiling doctest-file v1.1.1
2026-06-21T08:16:43.5698897Z    Compiling indoc v2.0.7
2026-06-21T08:16:43.6250743Z    Compiling darling v0.23.0
2026-06-21T08:16:43.6578037Z    Compiling clap_lex v1.1.0
2026-06-21T08:16:43.7794720Z    Compiling compact_str v0.8.2
2026-06-21T08:16:43.9303868Z    Compiling clap_builder v4.6.0
2026-06-21T08:16:44.1432262Z    Compiling interprocess v2.4.2
2026-06-21T08:16:44.6682672Z    Compiling unicode-truncate v1.1.0
2026-06-21T08:16:44.7050830Z    Compiling crossterm v0.28.1
2026-06-21T08:16:44.8667238Z    Compiling lru v0.12.5
2026-06-21T08:16:45.1216891Z    Compiling portmapper v0.16.0
2026-06-21T08:16:45.1299850Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T08:16:45.1905305Z    Compiling strum v0.26.3
2026-06-21T08:16:45.4415313Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T08:16:45.6969872Z    Compiling clap_derive v4.6.1
2026-06-21T08:16:45.7203626Z    Compiling unicode-width v0.2.0
2026-06-21T08:16:45.7585769Z    Compiling error-code v3.3.2
2026-06-21T08:16:46.0097023Z    Compiling cassowary v0.3.0
2026-06-21T08:16:46.0859922Z    Compiling clipboard-win v5.4.1
2026-06-21T08:16:46.2912681Z    Compiling ratatui v0.29.0
2026-06-21T08:16:46.4154407Z    Compiling nucleo-matcher v0.3.1
2026-06-21T08:16:46.6418255Z    Compiling qrcode v0.14.1
2026-06-21T08:16:46.8118558Z    Compiling tempfile v3.27.0
2026-06-21T08:16:48.0217008Z    Compiling clap v4.6.1
2026-06-21T08:16:59.4848561Z    Compiling rustls-webpki v0.103.13
2026-06-21T08:17:02.7998744Z    Compiling tokio-rustls v0.26.4
2026-06-21T08:17:02.7999067Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T08:17:02.7999352Z    Compiling noq-proto v0.17.0
2026-06-21T08:17:02.9528650Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T08:17:02.9529130Z    Compiling hyper-rustls v0.27.9
2026-06-21T08:17:02.9529874Z    Compiling tokio-websockets v0.13.2
2026-06-21T08:17:03.1322169Z    Compiling reqwest v0.13.4
2026-06-21T08:17:04.0632180Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T08:17:20.3497728Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T08:17:21.6556658Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T08:17:30.1638376Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T08:17:36.8912297Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-21T08:17:36.9131882Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T08:17:36.9622440Z 
2026-06-21T08:17:36.9622734Z running 1 test
2026-06-21T08:17:44.1103252Z test new_brain_serves_against_old_broker ... ok
2026-06-21T08:17:44.1103474Z 
2026-06-21T08:17:44.1103800Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s
2026-06-21T08:17:44.1104039Z 
2026-06-21T08:17:44.1633524Z Post job cleanup.
2026-06-21T08:17:44.2649387Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T08:17:44.2867999Z git version 2.43.0.windows.1
2026-06-21T08:17:44.2907267Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4addb460-e7d0-4cf2-be30-aa3915b717a7\.gitconfig'
2026-06-21T08:17:44.2920712Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4addb460-e7d0-4cf2-be30-aa3915b717a7' before making global git config changes
2026-06-21T08:17:44.2921564Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:17:44.2926055Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T08:17:44.3151091Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:17:44.3362724Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T08:17:44.7022419Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:17:44.7265050Z http.https://github.com/.extraheader
2026-06-21T08:17:44.7289329Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-21T08:17:44.7511588Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T08:17:45.0959611Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:17:45.1202597Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T08:17:45.4931818Z Cleaning up orphan processes
